home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import java.awt.event.ActionEvent;
- import javax.swing.AbstractAction;
-
- public class BasicFileChooserUI$ChangeToParentDirectoryAction extends AbstractAction {
- // $FF: synthetic field
- private final BasicFileChooserUI this$0;
-
- protected BasicFileChooserUI$ChangeToParentDirectoryAction(BasicFileChooserUI var1) {
- super("Go Up");
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.getFileChooser().changeToParentDirectory();
- }
- }
-